:root {
  --main-color: #017e44;
  --nav-line--color: #0b894e;
}

body {
  background: #f5f5f5;
  min-width: 1300px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  min-width: 1300px;
  height: 230px;
  background: url('/images/home/logobg.jpg') repeat;
}

.header .container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.navs {
  height: 60px;
  background: var(--main-color);
}

.navs .container {
  display: flex;
  display: -webkit-flex;
}

.navs .nav-item {
  flex: 1;
  width: calc(100% / 10);
  text-align: center;
  position: relative;
  float: left;
}

.navs .nav-item.on:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
}

.navs .nav-item a {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 0;
  display: block;
  position: relative;
}
.navs .nav-item a:before {
  content: "";
  height: 40px;
  width: 1px;
  background:#25b170;
  position: absolute;
  left: 0;
  top: 10px;
}

.navs .nav-item a:after {
  content: "";
  height: 40px;
  width: 1px;
  background:#25b170;
  position: absolute;
  right: 0;
  top: 10px;
}

.navs .nav-item+.nav-item a:before {
  content: none;
}

.footer {
  background: var(--main-color);
  font-size: 14px;
  padding: 30px;
  color: #ffffff;
}

.footer .content {
  margin-top: 20px;
}

.footer .p+.p {
  margin-top: 10px;
}

.footer .p span+span {
  margin-left: 5px;
}

.footer .other .imgbox {
  width: 100px;
  min-height: 100px;
  max-height: 120px;
  display: inline-block;
}

.footer .other .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer .p a {color: #ffffff;}
.footer .p a:hover {text-decoration: underline;}
.search {
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  border-radius: 5px;
  padding-left: 10px;
  overflow: hidden;
}

.search input {
  border: none;
  outline: none;
  height: 45px;
  width: 300px;
  font-size: 20px;
  color: #333333;
}

.search button {
  height: 50px;
  border: none;
  background-color: var(--main-color);
  color: #ffffff;
  padding: 0 20px;
  cursor: pointer;
  font-size: 20px;
}

.toplinks {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 0;
  color: #505050;
}

.toplinks > a {
  color: #505050;
  margin-left: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus { 
  -webkit-box-shadow: 0 0 0 1000px rgba(58, 72, 107, 0) inset !important; 
  /* -webkit-text-fill-color: #fff; */
  -webkit-transition-delay: 99999s; 
  -webkit-transition: color  99999s ease-out, background-color  99999s ease-out;
}

.footer .centerBox {
  padding-left: 60px;
  padding-top: 35px;
}

.footer .centerBox .imgbox img{
  width: 120px;
  height: auto;
}
